diff options
| author | real-zephex <[email protected]> | 2024-05-01 00:31:16 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-01 00:31:16 +0530 |
| commit | 2a827c2a43d9da4c46e84ae8646f14db9de267aa (patch) | |
| tree | 34adbf327401da9bd64996a9d1ac1b09e34a9615 /src/app/anime/[id]/buttons.jsx | |
| parent | Merge pull request #6 from zephex-alt/master (diff) | |
| parent | video players for both anime and kdrama sites are consistent now (diff) | |
| download | dramalama-2a827c2a43d9da4c46e84ae8646f14db9de267aa.tar.xz dramalama-2a827c2a43d9da4c46e84ae8646f14db9de267aa.zip | |
Merge pull request #8 from zephex-alt/master
video players for both anime and kdrama sites are consistent now
Diffstat (limited to 'src/app/anime/[id]/buttons.jsx')
| -rw-r--r-- | src/app/anime/[id]/buttons.jsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/anime/[id]/buttons.jsx b/src/app/anime/[id]/buttons.jsx index 5c99027..4f0aca4 100644 --- a/src/app/anime/[id]/buttons.jsx +++ b/src/app/anime/[id]/buttons.jsx @@ -89,9 +89,6 @@ export default function Button({ data2: info }) { playsInline
id="videoPlayer"
volume={0.8}
- // onQualityChange={(event) =>
- // console.log("changed qualities", event)
- // }
>
<MediaProvider />
<PlyrLayout icons={plyrLayoutIcons} />
|